home *** CD-ROM | disk | FTP | other *** search
- if(sheepPocket == 7)
- {
- gotoAndStop("gamewin");
- play();
- }
- else
- {
- i = 1;
- while(sheepTotal >= i)
- {
- pocketTest = eval("pocket" + i);
- if(dog.hitTest(pocketTest))
- {
- gameover = 1;
- dogalive = 0;
- }
- i++;
- }
- score--;
- prevFrame();
- }
-